home *** CD-ROM | disk | FTP | other *** search
/ Asobe! Fotoshock 5.0 ERO / Asobe! Fotoshock 5.0 ERO.iso / pc / tool.dxr / 00023_é©ìÆï‚êŽ.ls < prev    next >
Encoding:
Text File  |  1999-03-23  |  283 b   |  13 lines

  1. global gpartslist, gactivenum
  2.  
  3. on btncmd me
  4.   if gactivenum > 0 then
  5.     tell getAt(the windowList, 1)
  6.       set xxx to value("#" & string(gactivenum))
  7.       newsprite(getProp(gpartslist, xxx))
  8.     end tell
  9.   else
  10.     alert("テッテョテ ツ テ‡ツ敕ォIテォツ敕‡ツオテ‡ニ津「ナ テ‡ナステ‡ツ「テ③")
  11.   end if
  12. end
  13.